home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / base / fntguide.tex / node17_mn.html < prev    next >
Text File  |  1995-03-15  |  2KB  |  52 lines

  1.  
  2. <H2><A ID="SECTION00045000000000000000"><tex2html_anchor_invisible_mark></A>
  3. <A ID="sec:symalph"><tex2html_anchor_mark></A><BR>
  4. Declaring symbol fonts
  5. </H2><FONT SIZE="+4"><I>
  6.  
  7. <#359#>decl<#359#>
  8. | | <#360#>sym-font-name<#360#> <#361#>encoding<#361#> <#362#>family<#362#>
  9.                      <#363#>series<#363#> <#364#>shape<#364#>
  10.  
  11. Defines <#366#>sym-font-name<#366#> to be a new symbol font.
  12.  
  13. The arguments <#367#>encoding<#367#> <#368#>family<#368#> <#369#>series<#369#> <#370#>shape<#370#> are the
  14. default values for this symbol font in all math versions; these can be
  15. reset later for a particular math version by a | |
  16. command.
  17.  
  18. Checks that <#371#>sym-font-name<#371#> can be used and that <#372#>encoding<#372#> is a
  19. declared encoding scheme.
  20.  
  21. For example, the following sets up the first four standard math symbol
  22. fonts:
  23. <#373#>tex2html_preform<#373#><tex2html_verbatim_mark>verbatim51#
  24. <#375#>decl<#375#>
  25. | | <#376#>sym-font-name<#376#> <#377#>version name<#377#>
  26. <BR>     <#378#>encoding<#378#> <#379#>family<#379#> <#380#>series<#380#> <#381#>shape<#381#>
  27.  
  28. Changes the symbol font <#383#>sym-font-name<#383#> for math version <#384#>version
  29.   name<#384#> to <#385#>encoding<#385#> <#386#>family<#386#> <#387#>series<#387#> <#388#>shape<#388#>.
  30.  
  31. Checks that <#389#>sym-font-name<#389#> is a symbol font, <#390#>version name<#390#> is a
  32. known math version and <#391#>encoding<#391#> is a declared encoding scheme.
  33.  
  34. For example, the following come from the set up of the `bold'
  35. math version:
  36. <#392#>tex2html_preform<#392#><tex2html_verbatim_mark>verbatim52#
  37. <#394#>decl<#394#>
  38. | | <#395#>math-alph<#395#> <#396#>sym-font-name<#396#>
  39.  
  40. Allows the previously declared symbol font <#398#>sym-font-name<#398#> to be
  41. also the math alphabet <#399#>id<#399#> (in all math versions).
  42.  
  43. This declaration should be used in preference to
  44. | | and | | when a math alphabet is
  45. the same as a symbol font; this is because it makes better use of the
  46. limited number (only 16) of T<SMALL>E</SMALL>X's math groups.
  47.  
  48. Checks that <#400#>math-alph<#400#> can be defined and that
  49. <#401#>sym-font-name<#401#> is a symbol font.
  50.  
  51. Example:
  52. <#402#>tex2html_preform<#402#><tex2html_verbatim_mark>verbatim53#</I></FONT>